AddCert(String,Byte[]) Method
In This Topic
Adds a certificate with a specific ID to
MemCryptStorage.
Syntax
'Declaration
Public Overloads Shared Sub AddCert( _
ByVal As String, _
ByVal () As Byte _
)
public static void AddCert(
string ,
byte[]
)
Parameters
- id
- The certificate ID.
- pemCert
- The added certificate.
See Also